Kotlin SQLite
Toggle table of contents
0.0.3
android
Target filter
android
Switch theme
Search in API
Skip to content
Kotlin SQLite
Ksqlite C API
/
ksqlite.capi.memory
/
[android]OutputParamBase
Output
Param
Base
android
abstract
class
OutputParamBase
<
Value
,
OutPtr
:
OutputPointer
<
*
>
>
:
OutputParam
<
Value
>
(
source
)
Base for output parameter.
Inheritors
PointerOutputParam
Int32OutputParam
Int64OutputParam
Utf8OutputParam
Members
Properties
value
Link copied to clipboard
android
override
val
value
:
Value
Value written from native side.